NETOBSERV-2477: prevent displaying invalid scopes#2519
NETOBSERV-2477: prevent displaying invalid scopes#2519jotak wants to merge 1 commit intonetobserv:mainfrom
Conversation
|
@jotak: This pull request references NETOBSERV-2477 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.22.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Amend web console config relatively to configured metrics. When the configured metrics don't allow to use a given scope, just don't configure that scope in the console.
d101478 to
cc2ef75
Compare
|
New images: quay.io/netobserv/network-observability-operator:af219cc
quay.io/netobserv/network-observability-operator-bundle:v0.0.0-sha-af219cc
quay.io/netobserv/network-observability-operator-catalog:v0.0.0-sha-af219ccThey will expire in two weeks. To deploy this build: # Direct deployment, from operator repo
IMAGE=quay.io/netobserv/network-observability-operator:af219cc make deploy
# Or using operator-sdk
operator-sdk run bundle quay.io/netobserv/network-observability-operator-bundle:v0.0.0-sha-af219ccOr as a Catalog Source: apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: netobserv-dev
namespace: openshift-marketplace
spec:
sourceType: grpc
image: quay.io/netobserv/network-observability-operator-catalog:v0.0.0-sha-af219cc
displayName: NetObserv development catalog
publisher: Me
updateStrategy:
registryPoll:
interval: 1m |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2519 +/- ##
==========================================
+ Coverage 71.99% 72.25% +0.26%
==========================================
Files 105 105
Lines 10762 10802 +40
==========================================
+ Hits 7748 7805 +57
+ Misses 2529 2519 -10
+ Partials 485 478 -7
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
/ok-to-test |
Description
Amend web console config relatively to configured metrics. When the configured metrics don't allow to use a given scope, just don't configure that scope in the console.
Dependencies
n/a
Checklist